From: Dan Nicolaescu Date: Sun, 16 May 2010 05:40:10 +0000 (-0700) Subject: * m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7724 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=422e395583b2b59323759774332eb313dd978312;p=emacs.git * m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1dd52143181..2e31aabba50 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-05-16 Dan Nicolaescu + + * m/ia64.h (UNEXEC): Remove, set in s/*.h. + 2010-05-16 Glenn Morris * Makefile.in (LIBX_BASE): Always define. diff --git a/src/m/ia64.h b/src/m/ia64.h index acf6c25844f..03ec37b4269 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h @@ -48,11 +48,6 @@ along with GNU Emacs. If not, see . */ /* Convert that into an integer that is 100 for a load average of 1.0 */ #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) -#ifdef __ELF__ -#undef UNEXEC -#define UNEXEC unexelf.o -#endif - #ifndef NOT_C_CODE #ifdef REL_ALLOC